home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / env.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ENV(1L)           Misc. Reference Manual Pages            ENV(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      env - run a program in a modified environment
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeennnnvvvv [-] [-i] [-u name] [--ignore-environment] [--unset=name]
  13.      [--help] [--version] [name=value]... [command [args...]]
  14.      eeeennnnvvvv
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual page documents the GNU version of eeeennnnvvvv.  eeeennnnvvvv runs
  18.      a  command  with an environment modified as specified by the
  19.      command   line   arguments.    Arguments   of    the    form
  20.      `variable=value'  set  the  environment variable _v_a_r_i_a_b_l_e to
  21.      value _v_a_l_u_e.  _v_a_l_u_e may be empty (`variable=').   Setting  a
  22.      variable to an empty value is different from unsetting it.
  23.  
  24.      The first remaining argument specifies a program to  invoke;
  25.      it  is  searched  for  according to the specification of the
  26.      PATH environment variable.  Any arguments following that are
  27.      passed as arguments to that program.
  28.  
  29.      If no command name is specified  following  the  environment
  30.      specifications,  the resulting environment is printed.  This
  31.      is like specifying a command name of `printenv'.
  32.  
  33.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  34.      --_h_e_l_p
  35.           Print a usage message on standard output and exit  suc-
  36.           cessfully.
  37.  
  38.      -_u, --_u_n_s_e_t _n_a_m_e
  39.           Remove variable _n_a_m_e from the environment, if it was in
  40.           the environment.
  41.  
  42.      -, -_i, --_i_g_n_o_r_e-_e_n_v_i_r_o_n_m_e_n_t
  43.           Start with an empty environment, ignoring the inherited
  44.           environment.
  45.  
  46.      --_v_e_r_s_i_o_n
  47.           Print version information on standard output then  exit
  48.           successfully.
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF             Last change: GNU Shell Utilities                1
  64.  
  65.  
  66.  
  67.